neighbor capability route-refresh
This command advertises the route-refresh capability to this neighbor.
Syntax
neighbor {<neighbor tag>|a.b.c.d|X:X::X:X} capability route-refresh|dynamic
neighbor {<neighbor tag>|a.b.c.d|X:X::X:X} capability orf prefix-list {both|receive|send}
neighbor peer {<neighbor tag>|a.b.c.d|X:X::X:X} default-originate
|
Command |
Description |
|---|---|
|
a.b.c.d|X:X::X:X |
Defines the IP address of the neighbor (IPv4 or IPv6). |
|
neighbor string |
Defines the neighbor tag. |
|
route-refresh |
Advertises the route-refresh capability to this neighbor. |
|
dynamic |
Advertises the dynamic capability to this neighbor. |
|
orf |
Advertises the Outbound Route Filter (ORF) capability to the peer. |
|
prefix-list |
Advertises the prefix list ORF capability to this neighbor. |
|
both |
Enables the capability to SEND and RECEIVE the ORF to/from this neighbor. |
|
receive |
Enables the capability to SEND the ORF to this neighbor. |
|
send |
Enables the capability to RECEIVE the ORF from this neighbor |
Default
NA
Command Mode
Privileged User
Example
This example announces default routes to the peer.
(config-data)# router bgp 1 (conf-router)# neighbor 10.14.3.118 capability route-refresh